home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / DefineButton2_1618 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-11-09  |  214 b   |  9 lines

  1. on(press){
  2.    var x = 1 + Math.round(Math.random() * 4);
  3.    stopAllSounds();
  4.    _root.destino = "cenario" + x;
  5.    _root.gotoAndStop(_root.destino);
  6.    _root.modoCampanha = false;
  7.    _root.randomBattle();
  8. }
  9.